This customization changes the column headings of the exported CSV file.
For a Web Application the customization will be added in:
..\<Application Name>\<Table Name>\Show<Table Name>.Controls.cs
For example: C:\MyApp1\Customers\ShowOrder_DetailsTable.Controls.cs
For a Web Site the customization will be added in:
..\<Application Name>\App_Code\<Table Name>\Show<Table Name>.Controls.cs
For example: C:\MyApp1\App_Code\Customers\ShowOrder_DetailsTable.Controls.cs
|